/************************************************************************
	Change wordpress login page logo

	add this to the background-image url
	below to set logo"
	https://ccg.multidcare.com/login/bg.jpg
************************************************************************/

.login h1 a {
	background-image: url('');  
	background-size:100px !important;
	height:100px;
	width:100px !important;
}



/***********************************
	Change background image
***********************************/

body.login {background-color:#14B8E5;
	background-image: url('https://ccg.multidcare.com/login/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size:cover;}


/***************************************
	Change login form border radius
***************************************/

#loginform {
	border-radius:10px;
	box-shadow: 0 0 12px #6EC1E4;
}


.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0 24px 0;
    background: white;
    border-radius: 10px;
}


.login #login_error, .login .message, .login .success {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background-color: #6EC1E4;
}
#lostpasswordform{
	border-radius:10px;
	box-shadow: 0 0 12px #6EC1E4;
}